withTag

fun <T : KoKDocTagProvider> List<T>.withTag(tag: KoKDocTag, vararg tags: KoKDocTag): List<T>

List containing declarations with all the specified tags.

Return

A list containing declarations with all the specified tags.

Parameters

tag

The tag to include.

tags

The tags to include.


List containing declarations with all the specified tags.

Return

A list containing declarations with all the specified tags.

Parameters

tags

The tags to include.